home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / banging_the_metal / demo / makedemo < prev    next >
Text File  |  2000-01-14  |  373b  |  19 lines

  1. FailAt 21
  2.  
  3. Echo "This icon copies the contents of the current"
  4. Echo "drawer to a QDOS-formatted floppy in drive 0"
  5. Echo " "
  6.  
  7. Assign >NIL: QL0: EXISTS
  8.  
  9. If WARN
  10.  Echo "Please mount the QLfilesystem and try again."
  11.  Echo "For instructions see Amiga Qdos installation."
  12.  Wait 5
  13. Else
  14.  QLFormat -u0 -mBUSY -a
  15.  DiskChange QL0:
  16.  COPY ~(#?.info) QL0:
  17.  Relabel QL0: CharMoDemo
  18. EndIf
  19.